runtime.spanInlineMarkBits.init (method)
3 uses
runtime (current package)
mgcmark_greenteagc.go#L113: func (imb *spanInlineMarkBits) init(class spanClass, needzero bool) {
mgcmark_greenteagc.go#L190: s.inlineMarkBits().init(s.spanclass, s.needzero != 0)
mgcmark_greenteagc.go#L215: imb.init(s.spanclass, true /* We know these bits are always dirty now. */)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)